home *** CD-ROM | disk | FTP | other *** search
/ 501 Great Games / 501 Great Games - Volume One (2001)(Guildhall Leisure Services).iso / OOZE / _setup.1 / BoardEdit.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1996-10-06  |  2KB  |  124 lines

  1. object Form1: TForm1
  2.   Left = 498
  3.   Top = 204
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Ooze Board Editor'
  7.   ClientHeight = 368
  8.   ClientWidth = 628
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Menu = MainMenu1
  15.   Position = poScreenCenter
  16.   Visible = True
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 628
  24.     Height = 368
  25.     OnMouseDown = Image1MouseDown
  26.   end
  27.   object Image2: TImage
  28.     Left = 112
  29.     Top = 160
  30.     Width = 97
  31.     Height = 65
  32.     Visible = False
  33.   end
  34.   object Image3: TImage
  35.     Left = 216
  36.     Top = 168
  37.     Width = 49
  38.     Height = 41
  39.     Visible = False
  40.   end
  41.   object Image4: TImage
  42.     Left = 8
  43.     Top = 112
  44.     Width = 49
  45.     Height = 41
  46.     Visible = False
  47.   end
  48.   object Image5: TImage
  49.     Left = 512
  50.     Top = 152
  51.     Width = 628
  52.     Height = 368
  53.     Visible = False
  54.   end
  55.   object MainMenu1: TMainMenu
  56.     Left = 16
  57.     Top = 248
  58.     object Game1: TMenuItem
  59.       Caption = '&Board'
  60.       ShortCut = 0
  61.       object New1: TMenuItem
  62.         Caption = '&New'
  63.         ShortCut = 0
  64.         OnClick = Newgame
  65.       end
  66.       object Open1: TMenuItem
  67.         Caption = '&Open'
  68.         ShortCut = 0
  69.         OnClick = Open1Click
  70.       end
  71.       object Save1: TMenuItem
  72.         Caption = '&Save'
  73.         ShortCut = 0
  74.         OnClick = Save1Click
  75.       end
  76.       object Exit1: TMenuItem
  77.         Caption = 'E&xit'
  78.         ShortCut = 0
  79.         OnClick = Exit1Click
  80.       end
  81.     end
  82.     object Help1: TMenuItem
  83.       Caption = '&Help'
  84.       ShortCut = 0
  85.       object About1: TMenuItem
  86.         Caption = '&About'
  87.         ShortCut = 0
  88.         OnClick = About1Click
  89.       end
  90.     end
  91.   end
  92.   object ImageList1: TImageList
  93.     Height = 56
  94.     Width = 88
  95.     Left = 384
  96.     Top = 216
  97.   end
  98.   object ImageList2: TImageList
  99.     Height = 35
  100.     Width = 45
  101.     Left = 424
  102.     Top = 216
  103.   end
  104.   object SaveDialog1: TSaveDialog
  105.     DefaultExt = 'brd'
  106.     FileEditStyle = fsEdit
  107.     Filter = 'Ooze Boards|*.brd'
  108.     InitialDir = 'Boards'
  109.     Options = [ofOverwritePrompt]
  110.     Title = 'Save Ooze Board As...'
  111.     Left = 24
  112.     Top = 24
  113.   end
  114.   object OpenDialog1: TOpenDialog
  115.     FileEditStyle = fsEdit
  116.     Filter = 'Ooze Boards|*.brd'
  117.     InitialDir = 'Boards'
  118.     Options = [ofFileMustExist]
  119.     Title = 'Load Ooze Board...'
  120.     Left = 72
  121.     Top = 32
  122.   end
  123. end
  124.